home *** CD-ROM | disk | FTP | other *** search
/ Nothing but GIFs AGA / Nothing But GIFs.iso / utility / pc-dos / gifv501.arj / GIFV.SLV < prev    next >
Text File  |  1993-10-11  |  374b  |  16 lines

  1. ;
  2. ; GIFV.SLV
  3. ;
  4. ; This script file will go thru all files on the ROOT of Drive G:
  5. ; that GIF-REED supports and remove the TOP 16 colors in the color
  6. ; map, thus making the image ready for Windows with NO distortion!
  7. ;
  8.         change-path g:\*.?
  9. :loop
  10.         loadnext        :exit
  11.         adjust-for-windows
  12.         write
  13.         goto            :loop
  14. :exit
  15.  
  16.